home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00034.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  480 b   |  21 lines

  1. on Navi
  2.   if rollOver(21) then
  3.     set the castNum of sprite 21 to 93
  4.     set the castNum of sprite 22 to 76
  5.     set the castNum of sprite 23 to 78
  6.     exit
  7.   end if
  8.   set the castNum of sprite 21 to 75
  9.   if rollOver(22) then
  10.     set the castNum of sprite 22 to 87
  11.     set the castNum of sprite 23 to 78
  12.     exit
  13.   end if
  14.   set the castNum of sprite 22 to 76
  15.   if rollOver(23) then
  16.     set the castNum of sprite 23 to 92
  17.     exit
  18.   end if
  19.   set the castNum of sprite 23 to 78
  20. end
  21.